ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IItemsSource<T> Interface / GetError Property






In This Topic
    GetError Property (IItemsSource<T>)
    In This Topic
    Gets or sets a callback that determines whether a specific property of an item contains validation errors.
    Syntax
    'Declaration
     
    
    Property GetError As System.String
    'Usage
     
    
    Dim instance As IItemsSource(Of T)
    Dim value As System.String
     
    instance.GetError = value
     
    value = instance.GetError
    System.string GetError {get; set;}
    read-write property GetError: System.String; 
    function get,set GetError : System.String
    __property System.string* get_GetError();
    __property void set_GetError( 
       System.string* value
    );
    property System.String^ GetError {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also